home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / bootup / boot_n2z / startupm / startupm.doc < prev   
Text File  |  1995-05-02  |  2KB  |  44 lines

  1.  
  2.  Date: Sun, 22 Feb 87 06:48:48 GMT
  3.  From: tektronix!sequent!mntgfx!dclemans@ucbvax.Berkeley.EDU  (Dave Clemans)
  4.  Subject: "startup" desk accessory
  5.  To: info-atari16@score.stanford.edu
  6.  
  7.  What follows is a special "startup" desk accessory collection, called
  8.  "startupm.c".
  9.  
  10.  It contains the following pieces:
  11.  
  12.        All "control panel" desktop.inf lines are read on bootup (or on
  13.        request) and the system is initialized appropriately.  If you've
  14.        used the standard Atari desk accessories to set desktop parameters
  15.        (colors, mouse info, etc), serial port info and parallel port info
  16.        and saved that to a desktop.inf file, this desk accessory will
  17.        set that information without having to have the standard desk
  18.        accessories present, taking up memory and accessory slots.
  19.  
  20.        (Using an algorithm described once that's probably dependent on
  21.        the current OS roms) "startupm" displays the current amount of
  22.        free memory in the upper right hand corner of the screen.  It also
  23.        displays the current time and date adjacent to the free memory
  24.        display.
  25.  
  26.        "Startupm" puts an entry in the desk accessory menu called
  27.        "Other...".  If that entry is selected, a dialog box is presented
  28.        with three options.  The first, "Reset", rereads the desktop.inf
  29.        file and resets system parameters.  It is typically used after
  30.        some program has clobbered the color map.
  31.  
  32.        The second, "Idle", is a screen saver pattern that displays a
  33.        bouncing "ST" icon on a background that periodically changes color.
  34.  
  35.        The final option, "Run Program", provides a way to run a program
  36.        (which can't be a GEM program (it must be a TOS-only program)
  37.        unfortunately) via a file selector dialog box.  It's only really
  38.        useful if you want to run something that's not currently displayed
  39.        in a window, and you don't want to change the windows.
  40.  
  41.  "Startupm.c" should be compiled as a desk accessory (of course).  I have
  42.  only tried Megamax C; using other compilers shouldn't be difficult.
  43.  
  44.